projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ee962
)
GtkEntry: Remove unused fields
author
Timm Bäder
<mail@baedert.org>
Thu, 3 Dec 2015 17:10:54 +0000
(18:10 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 3 Dec 2015 19:01:30 +0000
(20:01 +0100)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index f2fe2ddf4bac65952548a1ffe63af323a7b0d384..bd4595feaf8ddf29d44213aca9741513b77155c4 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-229,9
+229,6
@@
struct _GtkEntryPrivate
guint blink_timeout;
guint recompute_idle;
- guint16 x_text_size; /* allocated size, in bytes */
- guint16 x_n_bytes; /* length in use, in bytes */
-
guint16 preedit_length; /* length of preedit string, in bytes */
guint16 preedit_cursor; /* offset of cursor within preedit string, in chars */